[python3] Update to Python 3.10.2.#23156
Conversation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 805811e16a84a845e1f1c19b8a64b1612d4a7706 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 647960e..e59466a 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5537,8 +5537,8 @@
"port-version": 2
},
"python3": {
- "baseline": "3.10.1",
- "port-version": 6
+ "baseline": "3.10.2",
+ "port-version": 0
},
"qca": {
"baseline": "2.3.4",
diff --git a/versions/p-/python3.json b/versions/p-/python3.json
index f8ed50d..28a450d 100644
--- a/versions/p-/python3.json
+++ b/versions/p-/python3.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "0985d2e4642414e9a3a3ab26db4457f0f8fca676",
+ "version-semver": "3.10.2",
+ "port-version": 0
+ },
{
"git-tree": "a7ef4a1d73a9e486cd23edd98f12a2f4d4216920",
"version-semver": "3.10.1",|
Potentially related to this PR: openxr-loader:x86-windowsTraceback (most recent call last):
File "D:\buildtrees\openxr-loader\src\ase-1.0.21-8166c3773a.clean\scripts\hpp_genxr.py", line 220, in
genTarget(args)
File "D:\buildtrees\openxr-loader\src\ase-1.0.21-8166c3773a.clean\scripts\hpp_genxr.py", line 116, in genTarget
gen = CppGenerator(errFile=errWarn,
File "D:\buildtrees\openxr-loader\src\ase-1.0.21-8166c3773a.clean\scripts\cpp_generator.py", line 427, in __init__
self.env = make_jinja_environment(file_with_templates_as_sibs=__file__, trim_blocks=False)
File "D:\buildtrees\openxr-loader\src\ase-1.0.21-8166c3773a.clean\scripts\jinja_helpers.py", line 140, in make_jinja_environment
from jinja2 import Environment, FileSystemLoader
File "D:\buildtrees\openxr-loader\src\ase-1.0.22-27be7bd21f.clean\external\python\jinja2\__init__.py", line 33, in
from jinja2.environment import Environment, Template
File "D:\buildtrees\openxr-loader\src\ase-1.0.22-27be7bd21f.clean\external\python\jinja2\environment.py", line 15, in
from jinja2 import nodes
File "D:\buildtrees\openxr-loader\src\ase-1.0.22-27be7bd21f.clean\external\python\jinja2\nodes.py", line 19, in
from jinja2.utils import Markup
File "D:\buildtrees\openxr-loader\src\ase-1.0.22-27be7bd21f.clean\external\python\jinja2\utils.py", line 642, in
from markupsafe import Markup, escape, soft_unicode
ImportError: cannot import name 'soft_unicode' from 'markupsafe' (D:\downloads\tools\python\python-3.10.2-x86\lib\site-packages\markupsafe\__init__.py)
llfio:arm64-windowsCMake Error at D:/installed/arm64-windows/share/ned14-internal-quickcpplib/cmakelib/QuickCppLibUtils.cmake:84 (message): FATAL: is not available, and neither libstdc++ nor libc++ STLs will link a program Call Stack (most recent call first): CMakeLists.txt:265 (indented_message) jsonnet:x64-linuxTesting with Jsonnet executable: CMake Error at core/CMakeLists.txt:61 (add_dependencies): The dependency target "stdlib" of target "libjsonnet_static" does not exist. ois:x64-linuxCMake Error at CMakeLists.txt:191 (add_dependencies): The dependency target "X11" of target "OIS" does not exist. orc:x64-linux/mnt/vcpkg-ci/buildtrees/orc/x64-linux-dbg/c++/src/orc_proto.pb.h:10:10: fatal error: google/protobuf/port_def.inc: No such file or directory
10 | #include
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
|
|
libao failures seem unrelated to this PR: |
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 5cf60186a241e84e8232641ee973395d4fde90e1 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index fb3e750..987845c 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5114,7 +5114,7 @@
},
"openxr-loader": {
"baseline": "1.0.22",
- "port-version": 0
+ "port-version": 1
},
"optimus-cpp": {
"baseline": "0.3.0",
diff --git a/versions/o-/openxr-loader.json b/versions/o-/openxr-loader.json
index 9e98d6f..7ccb3bc 100644
--- a/versions/o-/openxr-loader.json
+++ b/versions/o-/openxr-loader.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "9d673fe500c4b38f0806bd4b3c23a82bba897967",
+ "version": "1.0.22",
+ "port-version": 1
+ },
{
"git-tree": "445bbc9debe9866fad35544bd948d54fda4e72c4",
"version": "1.0.22",You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/openxr-loader/vcpkg.json
Valid values for the license field can be found in the documentation
|
@github-actions go away |
58f6324 to
8a7a36a
Compare
|
We're finally ready for review |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* master: (64 commits) [baseline] [python3] fix bz2(d) search on linux (microsoft#23525) [HPX] Don't remove HPXCacheVariables.cmake during install (microsoft#23042) [earcut.hpp] New port (microsoft#23507) [libssh2] Fix deleted configfiles (microsoft#23509) [python3] Update to Python 3.10.2. (microsoft#23156) [qt5-webengine] Fix apply patch failed (microsoft#23484) [llvm] Fix LLVM install for 'utils' feature (microsoft#23399) [sciter-js] Updated sciter-js to 4.4.8.31 (microsoft#23357) [GTL] Add new port (microsoft#23400) [raylib] Fix cannot find -lglfw on Linux (microsoft#23348) [yato] fix arm build by updating (microsoft#23406) [ois] fix pkgconfig file not installed on windows (microsoft#23426) Fix the dependency of installing arrow with the parquet feature (microsoft#23423) [libjpeg-turbo] Fix usage when building static (microsoft#23427) [sentencepiece] Clarify supported triplets (microsoft#23438) [zpp-bits] Add new port (microsoft#23458) [lionkor-commandline] Add new port (microsoft#23471) [libde265] fix static linkage (microsoft#23479) [libheif] fix license (microsoft#23480) [proj4] Retain former features (fixes `vcpkg upgrade`) (microsoft#23487) ...
Updates to Python 3.10.2
What does your PR fix?
See above
Which triplets are supported/not supported? Have you updated the CI baseline?
No change
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?WIP